decimal base meaning in Chinese
十进位制
十进制记数制
以十为底的
Examples
- The compiler normally construes an integer literal to be in the decimal base 10 number system
编译器通常将整数解释为十进制(基数为10 )数制。可以用 - Displays number as a string that contains the value of the number in decimal base 10 format
将数字显示为包含十进制(以10为基准)格式的数值的字符串。 - In addition to the default decimal base , w3eval also supports binary , octal , and hexadecimal bases
除了缺省的十进制计数制外w3eval还支持二进制、八进制和十六进制。